home *** CD-ROM | disk | FTP | other *** search
- plyThrow.onRollOver = function()
- {
- plyWithin = true;
- };
- plyThrow.onRollOut = function()
- {
- plyWithin = false;
- };
- plyThrow.onDragOut = function()
- {
- plyWithin = false;
- };
- plyThrow.onDragOver = function()
- {
- plyWithin = true;
- };
- plyThrow.releaseOutside = function()
- {
- plyWithin = false;
- };
-